home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / Extras / FileMaker Pro 3.0 CD Extras / FileMaker And Apple Events / Syntax Examples / Objects / Cell Properties < prev    next >
Encoding:
Text File  |  1996-01-24  |  299 b   |  12 lines

  1. tell application "FileMaker Pro"
  2.     class of cell "a" of database "test1"
  3.     best type of cell 2
  4.     default type of last cell of last database
  5.     ID of last cell of last database
  6.     name of cell 2
  7.     protection of cell -2
  8.     formula of cell "c"
  9.     repeat size of cell 2
  10.     cellValue of cell 2
  11.     lock of cell 3
  12. end tell